glRasterPos
- void glRasterPos(double a, double b)
- void glRasterPos(float a, float b)
- void glRasterPos(int a, int b)
- void glRasterPos(short a, short b)
- void glRasterPos(double a, double b, double c)
- void glRasterPos(float a, float b, float c)
- void glRasterPos(int a, int b, int c)
- void glRasterPos(short a, short b, short c)
- void glRasterPos(double a, double b, double c, double d)
- void glRasterPos(float a, float b, float c, float d)
- void glRasterPos(int a, int b, int c, int d)
- void glRasterPos(short a, short b, short c, short d)
- void glRasterPos(double[] value)
- void glRasterPos(float[] value)
- void glRasterPos(int[] value)
- void glRasterPos(short[] value)